looking for an aquivlenet to ZAPI "aggr-spare-get-iter" or the CLI call "aggr show-spare-disks" Helpfull would also be a rest api replacement for "disk partition show"
... View more
Dear Community support. we are using ONTAP PowerShell ToolKit to automate the failover failback procedure. We are unable to find the reverse sync script for failback. The source SVM is SVM1 and the destination SVM is DR_SVM1. volume on source is App_Repo_32k and destination App_Repo_32k_des Also kindly provide the correct failover and failback procedure with PowerShell ToolKit. Thanks
... View more
Hello, I'm posting this on behalf of customer for NetBackup what we do in nutshell is 1.we establish replication relationship between source and target volume 2.call ontap.SnpamirrorTransfer() to enable replication ,we wait util we see transfer state is successful 3.call ontap.snapshot() on target volume and save attributes of snapshot residing on target volume what we have observed is if storage efficiency is enabled for target volume - after replication is successful , storage efficiency runs and updates uuid of already existing snapshot on target volume - Hence we have invalid uuid of snapshot as we have already picked up snapshot attributes mentioned at steps 3 - Due to this invalid uuid we fail to perform different operations like export/deport/delete operation for snapshot residing on target volume How can we retrieve valid attributes of snapshot if storage efficiency is enabled on target volume using python SDK we already have case #2010285475 opened ,respective support has asked to post query in this forum and get solution for this
... View more
Hello, I am using ONTAP 9.11 and trying to upload a docx file to a netapp volume using the following REST API via postman: POST api/storage/volumes/volumeid/files. Content Type is multipart/form-data and the body is form-data with a key of file. The value is the actual file. I am receiving an error when attempting this: 400 - Could Not Parse multipart/form-data body When I upload a .txt file it works fine with 201 - Created response. Is it possible to upload a docx file?
... View more
Hello Community, Do we have a way to patch volume with a tag or annotation. Ideally i'm looking for something like this to work. I"m looking to see anything other than "comment" field. >>> with HostConnection(host,username=username,password=password, verify=False): ... volume = Volume(uuid=volume_uuid) ... volume.tags = ["high-priority", "backup"] ... volume.patch() ... volume.get() ... print(volume.to_dict()) $ /usr/bin/pip3 show netapp-ontap Name: netapp-ontap Version: 9.12.1.0 Kalyan
... View more